func time.isLeap
7 uses
time (current package)
format.go#L1236: if isLeap(year) {
time.go#L971: if isLeap(year) {
time.go#L1022: if m == February && isLeap(year) {
time.go#L1365: func isLeap(year int) bool {
time.go#L1423: if isLeap(year) && month >= March {
zoneinfo.go#L544: if isLeap(year) && r.day >= 60 {
zoneinfo.go#L575: if isLeap(year) && r.mon > 2 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)